projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c6d64
)
(access_keymap): Fix compilation error.
author
Pavel Janík
<Pavel@Janik.cz>
Wed, 7 Nov 2001 08:47:21 +0000
(08:47 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Wed, 7 Nov 2001 08:47:21 +0000
(08:47 +0000)
src/ChangeLog
patch
|
blob
|
history
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9fe17953aaf606c4788629064bac95aa41b58ee1..3030b0bed2652d8273dd82237adb5b9d279a3a6b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-11-07 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * keymap.c (access_keymap): Fix compilation error.
+
2001-11-07 Miles Bader <miles@gnu.org>
* xfns.c (x_set_frame_parameters): Avoid infinite recursion.
diff --git
a/src/keymap.c
b/src/keymap.c
index cb42d0e55a74a368aa9330bca0bf2bfcb4c89921..e073cbb47eefc7a4ce0faff3c3c909cadfd7ae66 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-522,7
+522,7
@@
access_keymap (map, idx, t_ok, noinherit, autoload)
/* t_binding is where we put a default binding that applies,
to use in case we do not find a binding specifically
- for this key sequence.
+ for this key sequence.
*/
Lisp_Object t_binding;
t_binding = Qnil;